]> git.eshelyaron.com Git - emacs.git/commitdiff
(rot13-other-window): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Jun 2001 08:07:14 +0000 (08:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Jun 2001 08:07:14 +0000 (08:07 +0000)
lisp/ChangeLog
lisp/rot13.el

index 46b476f7698e586cbeec220e4cc1c5a07ebe7251..a602aeaeecc4dfe5090fb67dedb95394ad77bc9b 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Doc fix.
+
 2001-06-14  Miles Bader  <miles@gnu.org>
 
        * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
index e346c97a5f72408450bc3eb7a0ed1d1b5e4e3b0e..c2332c72aeef7cc135b12b1e235855fc8af1d6b7 100644 (file)
@@ -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)))