/[emacs]/emacs/lisp/replace.el
ViewVC logotype

Diff of /emacs/lisp/replace.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.202 by rms, Sat Jan 15 18:10:59 2005 UTC revision 1.203 by kfstorm, Wed Feb 9 15:50:41 2005 UTC
# Line 62  strings or patterns." Line 62  strings or patterns."
62    "*Non-nil means `query-replace' and friends ignore read-only matches."    "*Non-nil means `query-replace' and friends ignore read-only matches."
63    :type 'boolean    :type 'boolean
64    :group 'matching    :group 'matching
65    :version "21.4")    :version "22.1")
66    
67  (defcustom query-replace-highlight t  (defcustom query-replace-highlight t
68    "*Non-nil means to highlight matches during query replacement."    "*Non-nil means to highlight matches during query replacement."
# Line 77  is highlighted lazily using isearch lazy Line 77  is highlighted lazily using isearch lazy
77    :type 'boolean    :type 'boolean
78    :group 'lazy-highlight    :group 'lazy-highlight
79    :group 'matching    :group 'matching
80    :version "21.4")    :version "22.1")
81    
82  (defface query-replace  (defface query-replace
83    '((t (:inherit isearch)))    '((t (:inherit isearch)))
84    "Face for highlighting query replacement matches."    "Face for highlighting query replacement matches."
85    :group 'matching    :group 'matching
86    :version "21.4")    :version "22.1")
87    
88  (defun query-replace-descr (string)  (defun query-replace-descr (string)
89    (mapconcat 'isearch-text-char-description string ""))    (mapconcat 'isearch-text-char-description string ""))
# Line 789  Compatibility function for \\[next-error Line 789  Compatibility function for \\[next-error
789      (t :background "gray"))      (t :background "gray"))
790    "Face used to highlight matches permanently."    "Face used to highlight matches permanently."
791    :group 'matching    :group 'matching
792    :version "21.4")    :version "22.1")
793    
794  (defcustom list-matching-lines-default-context-lines 0  (defcustom list-matching-lines-default-context-lines 0
795    "*Default number of context lines included around `list-matching-lines' matches.    "*Default number of context lines included around `list-matching-lines' matches.

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26