From: Charles A. Roelli Date: Sun, 5 Nov 2017 09:18:00 +0000 (+0100) Subject: ; Fix typo X-Git-Tag: emacs-26.0.91~380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00fa4449cd5a28f8f302e56e9175ebfe5dcb2da6;p=emacs.git ; Fix typo * doc/misc/cc-mode.texi (Other Commands): Fix typo. --- diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 09a86c888d3..13f5c81d949 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -1778,7 +1778,7 @@ Additionally, if a prefix argument is given, push the function name to the kill ring. If there is no current function, @code{c-display-defun-name} does nothing. In Emacs, you can use this command in the middle of an interactive search if you set the -customizable option @code{isearch-allow-scoll} to non-@code{nil}. +customizable option @code{isearch-allow-scroll} to non-@code{nil}. @xref{Not Exiting Isearch,,,emacs, GNU Emacs Manual}. @item @kbd{C-c C-\} (@code{c-backslash-region})