diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-05 09:17:58 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-05 09:18:47 -0800 |
commit | d400753a0d1c4080c6c2addf6d0be4660e076c75 (patch) | |
tree | d4609b09e77e3ff73878241d4a5179354144222c /src/buffer.c | |
parent | 221240c9254957a1f2df1e9a1687e757d0b5d59b (diff) | |
download | emacs-d400753a0d1c4080c6c2addf6d0be4660e076c75.tar.gz |
* src/buffer.c: Stick with ASCII in doc string.
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 29f38d1b9b1..3f9371652e7 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -6204,7 +6204,7 @@ all windows or just the selected window. Lisp programs may give this variable certain special values: -- The symbol ‘lambda’ enables Transient Mark mode temporarily. +- The symbol `lambda' enables Transient Mark mode temporarily. The mode is disabled again after any subsequent action that would normally deactivate the mark (e.g. buffer modification). |