# HG changeset patch # User Eli Zaretskii # Date 992533377 0 # Node ID f874bc96a6a58f50b72d483dc9ffbf5a591db956 # Parent 86d2c9c368e8e1458cd1d50285331c9ae8cdb9aa (rot13-other-window): Some more doc fix. diff -r 86d2c9c368e8 -r f874bc96a6a5 lisp/rot13.el --- 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)))