From: Eli Zaretskii Date: Thu, 14 Jun 2001 15:45:09 +0000 (+0000) Subject: (rot13-other-window): Some more doc fix. X-Git-Tag: emacs-pretest-21.0.104~276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8c6b45a896b508404c824dadbf9a16c1d97ad4c;p=emacs.git (rot13-other-window): Some more doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1de623cb60..3afbcac9064 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-06-14 Eli Zaretskii + + * rot13.el (rot13-other-window): Some more doc fix. + 2001-06-14 Per Starback * replace.el (case-replace, query-replace-from-history-variable) diff --git a/lisp/rot13.el b/lisp/rot13.el index c2332c72aee..a3307ea352e 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -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)))