From: Gerd Moellmann Date: Wed, 19 Jul 2000 15:51:05 +0000 (+0000) Subject: Correct author's email address. Fix typo in comment. X-Git-Tag: emacs-pretest-21.0.90~2727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=482bb01b8bede433ea0cc47ad476a50d323ea440;p=emacs.git Correct author's email address. Fix typo in comment. --- diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index be175fc612a..969c38c292a 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. -;; Author: Dan LaLiberte +;; Author: Daniel LaLiberte ;; Maintainer: FSF ;; Keywords: c, outlines @@ -76,7 +76,7 @@ ;; (hide-ifdef-use-define-alist 'list2) ; use list2 by default ;; )) ;; -;; You can call hide-ifdef-use-define-alist (C-c @ u) at any time to specify +;; You can call hide-ifdef-use-define-alist (C-c @ U) at any time to specify ;; another list to use. ;; ;; To cause ifdefs to be hidden as soon as hide-ifdef-mode is called,