From: Eshel Yaron Date: Mon, 13 May 2024 12:03:52 +0000 (+0200) Subject: ; * lisp/emacs-lisp/crm.el (crm-change-separator): Update comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a750bd3ca1c6ca48e80053fb23893fa0de68960d;p=emacs.git ; * lisp/emacs-lisp/crm.el (crm-change-separator): Update comment --- diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el index 3bf0f0cfc6e..53623e167e1 100644 --- a/lisp/emacs-lisp/crm.el +++ b/lisp/emacs-lisp/crm.el @@ -199,7 +199,7 @@ for REP as well." (setq crm-current-separator sep crm-canonical-separator rep) (crm-highlight-separators (minibuffer-prompt-end) (point-max)) (when (get-buffer-window completions-buffer-name 0) - ;; Update *Completions* to avoid stale `completion-base-affixes'. + ;; Update *Completions* to avoid stale `completion-base-position'. (minibuffer-completion-help))) (defun crm-complete-and-insert-separator ()