From c8c6b45a896b508404c824dadbf9a16c1d97ad4c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 14 Jun 2001 15:45:09 +0000 Subject: [PATCH] (rot13-other-window): Some more doc fix. --- lisp/ChangeLog | 4 ++++ lisp/rot13.el | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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))) -- 2.39.2