diff options
| author | Paul Eggert | 2016-05-05 12:48:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-05 12:50:01 -0700 |
| commit | 50650cb6887d99b01eeb1e686fc1f695c2a0c64a (patch) | |
| tree | d4396e21d5911ae39f67f5718fbcb45a59158f8e /lisp | |
| parent | 5e814e02f0b0b85fa486975eced09e4a7ed8ce5c (diff) | |
| download | emacs-50650cb6887d99b01eeb1e686fc1f695c2a0c64a.tar.gz emacs-50650cb6887d99b01eeb1e686fc1f695c2a0c64a.zip | |
Doc fixes for fclist and grep
A newline is needed between two fc-list calls.
egrep and fgrep have been withdrawn from POSIX,
so document grep -E and grep -F instead.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/cedet-cscope.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/symref.el | 2 | ||||
| -rw-r--r-- | lisp/man.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index 9a54d341f56..373149c16e3 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el | |||
| @@ -52,7 +52,7 @@ SCOPE is the scope of the search, such as 'project or 'subdirs." | |||
| 52 | ;; -0 = Find C symbol | 52 | ;; -0 = Find C symbol |
| 53 | ;; -1 = Find global definition | 53 | ;; -1 = Find global definition |
| 54 | ;; -3 = Find references | 54 | ;; -3 = Find references |
| 55 | ;; -6 = Find egrep pattern | 55 | ;; -6 = Find grep -E pattern |
| 56 | ;; -7 = Find file | 56 | ;; -7 = Find file |
| 57 | (let ((idx (cond ((eq type 'file) | 57 | (let ((idx (cond ((eq type 'file) |
| 58 | "-7") | 58 | "-7") |
diff --git a/lisp/cedet/semantic/symref.el b/lisp/cedet/semantic/symref.el index 088740b2624..516a4f30414 100644 --- a/lisp/cedet/semantic/symref.el +++ b/lisp/cedet/semantic/symref.el | |||
| @@ -266,7 +266,7 @@ Returns an object of class `semantic-symref-result'." | |||
| 266 | ;;;###autoload | 266 | ;;;###autoload |
| 267 | (defun semantic-symref-find-text (text &optional scope) | 267 | (defun semantic-symref-find-text (text &optional scope) |
| 268 | "Find a list of occurrences of TEXT in the current project. | 268 | "Find a list of occurrences of TEXT in the current project. |
| 269 | TEXT is a regexp formatted for use with egrep. | 269 | TEXT is a regexp formatted for use with grep -E. |
| 270 | Optional SCOPE specifies which file set to search. Defaults to `project'. | 270 | Optional SCOPE specifies which file set to search. Defaults to `project'. |
| 271 | Refers to `semantic-symref-tool', to determine the reference tool to use | 271 | Refers to `semantic-symref-tool', to determine the reference tool to use |
| 272 | for the current buffer. | 272 | for the current buffer. |
diff --git a/lisp/man.el b/lisp/man.el index 2b2ee99a9be..5acf90baf28 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -964,7 +964,7 @@ otherwise look like a page name. | |||
| 964 | 964 | ||
| 965 | An \"apropos\" query with -k gives a buffer of matching page | 965 | An \"apropos\" query with -k gives a buffer of matching page |
| 966 | names or descriptions. The pattern argument is usually an | 966 | names or descriptions. The pattern argument is usually an |
| 967 | \"egrep\" style regexp. | 967 | \"grep -E\" style regexp. |
| 968 | 968 | ||
| 969 | -k pattern" | 969 | -k pattern" |
| 970 | 970 | ||