bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25174: C-h v some keymap now gives some numbers instead of the famil


From: 積丹尼 Dan Jacobson
Subject: bug#25174: C-h v some keymap now gives some numbers instead of the familiar bindings
Date: Mon, 12 Dec 2016 02:17:27 +0800

C-h v some keymap now gives some numbers instead of the familiar bindings.

flyspell-mode-map is a variable defined in ‘flyspell.el’.
Its value is (keymap
 (3 keymap
    (36 . flyspell-correct-word-before-point))
 (67108910 . flyspell-auto-correct-word)
 (67108908 . flyspell-goto-next-error)
 (67108923 . flyspell-auto-correct-previous-word)
 (27 keymap
     (9 . flyspell-auto-correct-word)))


  This variable may be risky if used as a file-local variable.

Documentation:
Minor mode keymap for Flyspell mode--for the whole buffer.

emacs-version "25.1.1"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]