[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105236: * src/doc.c (Fsubstitute_com
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105236: * src/doc.c (Fsubstitute_command_keys): Revert last change. |
Date: |
Fri, 15 Jul 2011 17:31:36 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105236
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Fri 2011-07-15 17:31:36 +0200
message:
* src/doc.c (Fsubstitute_command_keys): Revert last change.
modified:
src/ChangeLog
src/doc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-07-15 14:31:14 +0000
+++ b/src/ChangeLog 2011-07-15 15:31:36 +0000
@@ -1,3 +1,7 @@
+2011-07-15 Andreas Schwab <address@hidden>
+
+ * doc.c (Fsubstitute_command_keys): Revert last change.
+
2011-07-15 Lars Magne Ingebrigtsen <address@hidden>
* doc.c (Fsubstitute_command_keys): Clarify that \= really only
=== modified file 'src/doc.c'
--- a/src/doc.c 2011-07-15 14:31:14 +0000
+++ b/src/doc.c 2011-07-15 15:31:36 +0000
@@ -702,8 +702,8 @@
\(made by `describe-bindings') of the value of MAPVAR, taken as a keymap.
Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR
as the keymap for future \\=\\[COMMAND] substrings.
-\\=\\= quotes the following character and is discarded.
-In particular, \\=\\=\\ puts \\ into the output.
+\\=\\= quotes the following character and is discarded;
+thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[
into the output.
Returns original STRING if no substitutions were made. Otherwise,
a new string, without any text properties, is returned. */)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105236: * src/doc.c (Fsubstitute_command_keys): Revert last change.,
Andreas Schwab <=