summaryrefslogtreecommitdiff
path: root/lisp/term/sun.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2014-02-24 18:24:14 +0100
committerJuanma Barranquero <lekktu@gmail.com>2014-02-24 18:24:14 +0100
commit9c9e18e8f5b2751615abdf2be357ff6266531c62 (patch)
tree3b3504e3c4178a9c0dece4e31f49ac8cb8b97131 /lisp/term/sun.el
parentc848881f79911704f71d40f02dcd0ecdcfcc98ef (diff)
downloademacs-9c9e18e8f5b2751615abdf2be357ff6266531c62.tar.gz
lisp/term/sun.el: Fix docstring typos.
Diffstat (limited to 'lisp/term/sun.el')
-rw-r--r--lisp/term/sun.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index 216e8c31735..c2a913ad345 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -38,7 +38,7 @@
(scroll-up n))
(defun kill-region-and-unmark (beg end)
- "Like kill-region, but pops the mark [which equals point, anyway.]"
+ "Like `kill-region', but pops the mark [which equals point, anyway.]"
(interactive "r")
(kill-region beg end)
(setq this-command 'kill-region-and-unmark)
@@ -122,7 +122,7 @@
;; for you to put your own bindings in.
(defvar sun-raw-prefix-hooks nil
- "List of forms to evaluate after setting sun-raw-prefix.")
+ "List of forms to evaluate after setting `sun-raw-prefix'.")
(make-obsolete-variable 'sun-raw-prefix-hooks 'term-setup-hook "21.1")