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 fba98ee27cb..9fd9feaf34a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -896,7 +896,7 @@ If `interprogram-cut-function' is non-nil, apply it to STRING." (defun kill-append (string before-p) "Append STRING to the end of the latest kill in the kill ring. If BEFORE-P is non-nil, prepend STRING to the kill. -If 'interprogram-cut-function' is set, pass the resulting kill to +If `interprogram-cut-function' is set, pass the resulting kill to it." (setcar kill-ring (if before-p |