From: Juanma Barranquero Date: Mon, 24 Feb 2014 17:24:14 +0000 (+0100) Subject: lisp/term/sun.el: Fix docstring typos. X-Git-Tag: emacs-24.3.90~357^2~7^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c9e18e8f5b2751615abdf2be357ff6266531c62;p=emacs.git lisp/term/sun.el: Fix docstring typos. --- 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 + + * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks): + Fix docstring typos. + 2014-02-24 Michael Albinus * 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")