]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/crm.el (crm-change-separator): Update comment
authorEshel Yaron <me@eshelyaron.com>
Mon, 13 May 2024 12:03:52 +0000 (14:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 13 May 2024 12:03:52 +0000 (14:03 +0200)
lisp/emacs-lisp/crm.el

index 3bf0f0cfc6e1049b0ec8ec84a1a4070529690dbb..53623e167e14446a6920d163f54c092c0fdc30e1 100644 (file)
@@ -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 ()