diff options
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. | |||
| 6204 | 6204 | ||
| 6205 | Lisp programs may give this variable certain special values: | 6205 | Lisp programs may give this variable certain special values: |
| 6206 | 6206 | ||
| 6207 | - The symbol ‘lambda’ enables Transient Mark mode temporarily. | 6207 | - The symbol `lambda' enables Transient Mark mode temporarily. |
| 6208 | The mode is disabled again after any subsequent action that would | 6208 | The mode is disabled again after any subsequent action that would |
| 6209 | normally deactivate the mark (e.g. buffer modification). | 6209 | normally deactivate the mark (e.g. buffer modification). |
| 6210 | 6210 | ||