changeset 38038:f874bc96a6a5

(rot13-other-window): Some more doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Jun 2001 15:42:57 +0000
parents 86d2c9c368e8
children cb751a987da5
files lisp/rot13.el
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rot13.el	Thu Jun 14 08:17:19 2001 +0000
+++ b/lisp/rot13.el	Thu Jun 14 15:42:57 2001 +0000
@@ -48,7 +48,12 @@
 ;;;###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)))