emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116548: lisp/term/sun.el: Fix docstring typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116548: lisp/term/sun.el: Fix docstring typos.
Date: Mon, 24 Feb 2014 17:24:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116548
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-24 18:24:14 +0100
message:
  lisp/term/sun.el: Fix docstring typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/term/sun.el               sun.el-20091113204419-o5vbwnq5f7feedwu-393
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-24 15:48:32 +0000
+++ b/lisp/ChangeLog    2014-02-24 17:24:14 +0000
@@ -1,3 +1,8 @@
+2014-02-24  Juanma Barranquero  <address@hidden>
+
+       * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
+       Fix docstring typos.
+
 2014-02-24  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.

=== modified file 'lisp/term/sun.el'
--- a/lisp/term/sun.el  2014-01-01 07:43:34 +0000
+++ b/lisp/term/sun.el  2014-02-24 17:24:14 +0000
@@ -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")
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]