From 9c9e18e8f5b2751615abdf2be357ff6266531c62 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 24 Feb 2014 18:24:14 +0100 Subject: [PATCH] lisp/term/sun.el: Fix docstring typos. --- lisp/ChangeLog | 5 +++++ lisp/term/sun.el | 4 ++-- 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 + + * 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") -- 2.39.2