+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.
(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