]> code.delx.au - gnu-emacs/blobdiff - lisp/rot13.el
(dirtrack-list): Fix typos in docstring.
[gnu-emacs] / lisp / rot13.el
index 2c82a82c22630248c44689c9eedd06b9c7656e4d..99b34ef9d17e5962dc38ac36d51ad9cd685ad756 100644 (file)
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
 ;; The entry point, `rot13-other-window', performs a Caesar cipher
-;; encrypt/decrypt on the current buffer and displays the result in another 
+;; encrypt/decrypt on the current buffer and displays the result in another
 ;; window.  Rot13 encryption is sometimes used on USENET as a read-at-your-
 ;; own-risk wrapper for material some might consider offensive, such as
 ;; ethnic humor.
@@ -110,4 +110,5 @@ See also `toggle-rot13-mode'."
 
 (provide 'rot13)
 
+;;; arch-tag: ad5b9ca8-946c-4414-996f-e9b1bf9ec79f
 ;;; rot13.el ends here