]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/term/sun.el: Fix docstring typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Feb 2014 17:24:14 +0000 (18:24 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Feb 2014 17:24:14 +0000 (18:24 +0100)
lisp/ChangeLog
lisp/term/sun.el

index c946ab6e12bd49c8893e534a683d2a1d5a05f65d..69434453c8518d6b1dadbf85d66045ada638d794 100644 (file)
@@ -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.
index 216e8c31735bbcba8fadaf49e82ebecf60590b72..c2a913ad345b9bc84b07ae251f54f06e9349cf8f 100644 (file)
@@ -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)
 ;; 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")
 
 \f