From a750bd3ca1c6ca48e80053fb23893fa0de68960d Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 13 May 2024 14:03:52 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/crm.el (crm-change-separator): Update comment --- lisp/emacs-lisp/crm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5