From: Eli Zaretskii Date: Mon, 4 Jan 2016 16:58:20 +0000 (+0200) Subject: Fix a doc string of 'transient-mark-mode' X-Git-Tag: emacs-25.0.90~271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d9e80d;p=emacs.git Fix a doc string of 'transient-mark-mode' * src/buffer.c (syms_of_buffer) : Prevent "lambda" in doc string from becoming a link to lambda expressions. --- 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. 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).