]> code.delx.au - gnu-emacs/commitdiff
Fix a doc string of 'transient-mark-mode'
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 Jan 2016 16:58:20 +0000 (18:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 Jan 2016 16:58:20 +0000 (18:58 +0200)
* src/buffer.c (syms_of_buffer) <transient-mark-mode>: Prevent
"lambda" in doc string from becoming a link to lambda expressions.

src/buffer.c

index c07b2dc021e2dc5a619e93bb784914c003720a02..51c36de0c6bcca92f51910d60ba4286c05d8fa98 100644 (file)
@@ -6201,7 +6201,7 @@ all windows or just the selected window.
 
 Lisp programs may give this variable certain special values:
 
-- A value of `lambda' enables Transient Mark mode temporarily.
+- A value of \\='lambda (literally) enables Transient Mark mode temporarily.
   It is disabled again after any subsequent action that would
   normally deactivate the mark (e.g. buffer modification).