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

index b1de623cb60b0d30826788b81a62b699e74eea39..3afbcac90642bf1d61d1aa24eb2ca5ed08307dba 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Some more doc fix.
+
 2001-06-14  Per Starback  <starback@ling.uu.se>
 
        * replace.el (case-replace, query-replace-from-history-variable)
index c2332c72aeef7cc135b12b1e235855fc8af1d6b7..a3307ea352eb6b687ee7d6d3c5d251ae6fcb459b 100644 (file)
 ;;;###autoload
 (defun rot13-other-window ()
   "Display current buffer in rot 13 in another window.
-To terminate the rot13 display, delete that window.
+The text itself is not modified, only the way it is displayed is affected.
+
+To terminate the rot13 display, delete that window.  As long as that window
+is not deleted, any buffer displayed in it will become instantly encoded
+in rot 13.
+
 See also `toggle-rot13-mode'."
   (interactive)
   (let ((w (display-buffer (current-buffer) t)))