X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/11fdef7d0cf3ef1ce30d1cd09ca9ca9a2b099d20..d5c20fe8ca35d0a2b45bfad0a90553be04752d75:/lisp/terminal.el diff --git a/lisp/terminal.el b/lisp/terminal.el index 6fdaecf9c9..7aaac26f1b 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -1,6 +1,6 @@ ;;; terminal.el --- terminal emulator for GNU Emacs -;; Copyright (C) 1986-1989, 1993-1994, 2001-2011 +;; Copyright (C) 1986-1989, 1993-1994, 2001-2012 ;; Free Software Foundation, Inc. ;; Author: Richard Mlynarik @@ -1285,7 +1285,7 @@ in the directory specified by `te-terminfo-directory'." ;; Rename it to the desired name. ;; We use this roundabout approach ;; to avoid any risk of writing a name that - ;; was michievouslyt set up as a symlink. + ;; was mischievously set up as a symlink. (rename-file temp-file file-name)) ;; Now compile that source to make the binary that the ;; programs actually use.