summaryrefslogtreecommitdiff
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
parentc848881f79911704f71d40f02dcd0ecdcfcc98ef (diff)
downloademacs-9c9e18e8f5b2751615abdf2be357ff6266531c62.tar.gz
lisp/term/sun.el: Fix docstring typos.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/term/sun.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c946ab6e12b..69434453c85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-24 Juanma Barranquero <lekktu@gmail.com>
+
+ * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
+ Fix docstring typos.
+
2014-02-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
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")