Mercurial > emacs
changeset 8568:1e700f134344
(rot13-other-window): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Aug 1994 05:47:15 +0000 |
parents | 5447a2a6972e |
children | 3a9e9d3df590 |
files | lisp/rot13.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rot13.el Fri Aug 19 05:38:55 1994 +0000 +++ b/lisp/rot13.el Fri Aug 19 05:47:15 1994 +0000 @@ -46,7 +46,8 @@ ;;;###autoload (defun rot13-other-window () - "Display current buffer in rot 13 in another window." + "Display current buffer in rot 13 in another window. +To terminate the rot13 display, delete that window." (interactive) (let ((w (display-buffer (current-buffer) t))) (set-window-display-table w rot13-display-table)))