aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-04 18:58:20 +0200
committerEli Zaretskii2016-01-04 18:58:20 +0200
commit0d9e80d79dccf3f0811c630d91be0d170d56ee0c (patch)
treeb8055c4b88c2e6d6c8192647bb347b00aa1dea03 /src
parent0000ae508258b25a56aa9525646d316ec684b5a6 (diff)
downloademacs-0d9e80d79dccf3f0811c630d91be0d170d56ee0c.tar.gz
emacs-0d9e80d79dccf3f0811c630d91be0d170d56ee0c.zip
Fix a doc string of 'transient-mark-mode'
* src/buffer.c (syms_of_buffer) <transient-mark-mode>: Prevent "lambda" in doc string from becoming a link to lambda expressions.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c07b2dc021e..51c36de0c6b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6201,7 +6201,7 @@ all windows or just the selected window.
6201 6201
6202Lisp programs may give this variable certain special values: 6202Lisp programs may give this variable certain special values:
6203 6203
6204- A value of `lambda' enables Transient Mark mode temporarily. 6204- A value of \\='lambda (literally) enables Transient Mark mode temporarily.
6205 It is disabled again after any subsequent action that would 6205 It is disabled again after any subsequent action that would
6206 normally deactivate the mark (e.g. buffer modification). 6206 normally deactivate the mark (e.g. buffer modification).
6207 6207