point is not in a comment or a string. It is by default bound to
'M-q' in 'prog-mode' and all its descendants.
++++
+*** Which Function Mode can now display function names on the header line.
+The new user option 'which-func-display' allows choosing where the
+function name is displayed. The default is 'mode' to display in the
+mode line. 'header' will display in the header line;
+'mode-and-header' displays in both the header line and mode line.
+
** Tramp
+++
(defcustom which-func-display 'mode
"Where to display the function name.
-If 'mode, display in the mode line. If 'header, display in the
-header line. If 'mode-and-header, display in both."
+If `mode', display in the mode line. If `header', display in the
+header line. If `mode-and-header', display in both."
:type '(choice (const :tag "Display in mode line" mode)
(const :tag "Display in header line" header)
(const :tag "Display in both header and mode line"