diff options
| -rw-r--r-- | lisp/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 6d7c331db87..35f0c107b2c 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -826,7 +826,7 @@ properties of `highlight'. | |||
| 826 | At the end, this runs the normal hook `completion-setup-hook'. | 826 | At the end, this runs the normal hook `completion-setup-hook'. |
| 827 | It can find the completion buffer in `standard-output'. | 827 | It can find the completion buffer in `standard-output'. |
| 828 | 828 | ||
| 829 | The optional arg COMMON-SUBSTRING, if non-nil, should be a string | 829 | The obsolete optional arg COMMON-SUBSTRING, if non-nil, should be a string |
| 830 | specifying a common substring for adding the faces | 830 | specifying a common substring for adding the faces |
| 831 | `completions-first-difference' and `completions-common-part' to | 831 | `completions-first-difference' and `completions-common-part' to |
| 832 | the completions buffer." | 832 | the completions buffer." |