1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

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.
This commit is contained in:
Eli Zaretskii 2016-01-04 18:58:20 +02:00
parent 0000ae5082
commit 0d9e80d79d

View 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).