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:
parent
0000ae5082
commit
0d9e80d79d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue