From: Eli Zaretskii Date: Fri, 9 Sep 2005 12:30:03 +0000 (+0000) Subject: Format- and whitespace-related changes. X-Git-Tag: emacs-pretest-22.0.90~7204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9198ee0e04a95f4e06b2757393f9b86f6776faef;p=emacs.git Format- and whitespace-related changes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87bd4c2b3cb..e7930860656 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-09-09 Emilio Lopes + + * woman.el: Format- and whitespace-related changes. + 2005-09-09 Eli Zaretskii * woman.el: Fix my email address. diff --git a/lisp/woman.el b/lisp/woman.el index cc93b96eba2..e5753d746f7 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -422,9 +422,6 @@ ;; Geoff Voelker ;; Eli Zaretskii -;;; History: -;; For recent change log see end of file. - ;;; Code: @@ -956,8 +953,9 @@ This is usually either black or white." :group 'woman-faces) (defcustom woman-use-symbol-font nil - "*If non-nil then may use the symbol font. It is off by default, -mainly because it may change the line spacing (in NTEmacs 20.5)." + "*If non-nil then may use the symbol font. +It is off by default, mainly because it may change the line spacing +\(in NTEmacs 20.5)." :type 'boolean :group 'woman-faces) @@ -1262,10 +1260,9 @@ Optional argument RE-CACHE, if non-nil, forces the cache to be re-read." ;; Unread the command event (TAB = ?\t = 9) that runs the command ;; `minibuffer-complete' in order to automatically complete the ;; minibuffer contents as far as possible. - (setq unread-command-events '(9)) ; and delete any type-ahead! + (setq unread-command-events '(9)) ; and delete any type-ahead! (completing-read "Manual file: " files nil 1 - (try-completion "" files) 'woman-file-history))) - ))) + (try-completion "" files) 'woman-file-history)))))) (defun woman-select (predicate list) "Select unique elements for which PREDICATE is true in LIST.