emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0d9e80d: Fix a doc string of 'transient-mark-mode


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 0d9e80d: Fix a doc string of 'transient-mark-mode'
Date: Mon, 04 Jan 2016 16:59:05 +0000

branch: emacs-25
commit 0d9e80d79dccf3f0811c630d91be0d170d56ee0c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 src/buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index c07b2dc..51c36de 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).
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]