# HG changeset patch # User Eli Zaretskii # Date 1126268942 0 # Node ID ff96330a04d3914b325c9a3284466bf31db878a9 # Parent 476c6d40ab504baedcbb838b1761ff8ea93386a1 Format- and whitespace-related changes. diff -r 476c6d40ab50 -r ff96330a04d3 lisp/woman.el --- a/lisp/woman.el Fri Sep 09 12:21:26 2005 +0000 +++ b/lisp/woman.el Fri Sep 09 12:29:02 2005 +0000 @@ -422,9 +422,6 @@ ;; Geoff Voelker ;; Eli Zaretskii -;;; History: -;; For recent change log see end of file. - ;;; Code: @@ -956,8 +953,9 @@ :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 @@ ;; 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.