changeset 38034:ddb7488bec81

(rot13-other-window): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Jun 2001 08:06:47 +0000
parents 5e64508d444f
children 035761aef7db
files lisp/rot13.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rot13.el	Thu Jun 14 02:54:34 2001 +0000
+++ b/lisp/rot13.el	Thu Jun 14 08:06:47 2001 +0000
@@ -48,7 +48,8 @@
 ;;;###autoload
 (defun rot13-other-window ()
   "Display current buffer in rot 13 in another window.
-To terminate the rot13 display, delete that window."
+To terminate the rot13 display, delete that window.
+See also `toggle-rot13-mode'."
   (interactive)
   (let ((w (display-buffer (current-buffer) t)))
     (set-window-display-table w rot13-display-table)))