aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJohn Wiegley2016-01-11 22:48:10 -0800
committerJohn Wiegley2016-01-11 22:48:10 -0800
commita8dd976aa5299060ee3670f8d693887960aa6ad8 (patch)
treec805ea51cdf387c43e9aa2a99c502e7e44810418 /src/buffer.c
parent91b263e76f5ce170c1c8cbc34a2e7614c32612b8 (diff)
parent9fb185aff7b1f36c30bd157ec446d9bad104d1ee (diff)
downloademacs-a8dd976aa5299060ee3670f8d693887960aa6ad8.tar.gz
emacs-a8dd976aa5299060ee3670f8d693887960aa6ad8.zip
Merge from origin/emacs-25
9fb185a shr-tag-video bug fix 6300655 Minor fixes in tramp-tests.el 50575b1 Ensure redisplay when 'truncate-lines' is set 0d9e80d Fix a doc string of 'transient-mark-mode' 0000ae5 MS-Windows followup to latest gnulib update 4bc5e02 Spelling fix f1093f7 Do secure signed Bcc handling
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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.
6201 6201
6202Lisp programs may give this variable certain special values: 6202Lisp programs may give this variable certain special values:
6203 6203
6204- A value of `lambda' enables Transient Mark mode temporarily. 6204- A value of \\='lambda (literally) enables Transient Mark mode temporarily.
6205 It is disabled again after any subsequent action that would 6205 It is disabled again after any subsequent action that would
6206 normally deactivate the mark (e.g. buffer modification). 6206 normally deactivate the mark (e.g. buffer modification).
6207 6207