]> code.delx.au - gnu-emacs/blobdiff - lisp/help-macro.el
(make-temp-file): Moved from subr.el.
[gnu-emacs] / lisp / help-macro.el
index a36eed86d010ca32d01980fe57cee93f4bf8b9ce..33ee42abe7e33dc370e98a0f52a3326c4cdf2803 100644 (file)
@@ -1,6 +1,7 @@
 ;;; help-macro.el --- makes command line help such as help-for-help
 
-;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
+;;   2005 Free Software Foundation, Inc.
 
 ;; Author: Lynn Slater <lrs@indetech.com>
 ;; Maintainer: FSF
@@ -21,8 +22,8 @@
 
 ;; 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:
 
@@ -121,7 +122,7 @@ and then returns."
                     (if three-step-help
                         (progn
                           (setq key (let ((overriding-local-map local-map))
-                                    (read-key-sequence nil)))
+                                      (read-key-sequence nil)))
                           ;; Make the HELP key translate to C-h.
                           (if (lookup-key function-key-map key)
                               (setq key (lookup-key function-key-map key)))