+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)
;;;###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)))