diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index e3169e523b9..ab277c4e115 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4809,7 +4809,7 @@ In Transient Mark mode, deactivate the mark. | |||
| 4809 | If `interprogram-cut-function' is non-nil, also save the text for a window | 4809 | If `interprogram-cut-function' is non-nil, also save the text for a window |
| 4810 | system cut and paste. | 4810 | system cut and paste. |
| 4811 | 4811 | ||
| 4812 | If you want to append the killed line to the last killed text, | 4812 | If you want to append the killed region to the last killed text, |
| 4813 | use \\[append-next-kill] before \\[kill-ring-save]. | 4813 | use \\[append-next-kill] before \\[kill-ring-save]. |
| 4814 | 4814 | ||
| 4815 | The copied text is filtered by `filter-buffer-substring' before it is | 4815 | The copied text is filtered by `filter-buffer-substring' before it is |