diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:43:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 19:37:07 +0200 |
commit | 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 (patch) | |
tree | 80bce487ec8c4f7d8258d13a49b21cb4eb3f289b /lisp/face-remap.el | |
parent | 36474a1e490a5eae266805a0e04615741d56692c (diff) | |
download | emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.gz emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.bz2 emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.zip |
; Minor stylistic fixes found by checkdoc
Diffstat (limited to 'lisp/face-remap.el')
-rw-r--r-- | lisp/face-remap.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el index 5914ee4a202..c84742be5a2 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el @@ -23,7 +23,6 @@ ;;; Commentary: -;; ;; This file defines some simple operations that can be used for ;; maintaining the `face-remapping-alist' in a cooperative way. This is ;; especially important for the `default' face. @@ -52,8 +51,6 @@ ;; mode setting face remappings, e.g., of the default face. ;; ;; All modifications cause face-remapping-alist to be made buffer-local. -;; - ;;; Code: @@ -218,13 +215,13 @@ Each positive or negative step scales the default face height by this amount." :version "23.1") (defvar-local text-scale-mode-remapping nil - "Current remapping cookie for text-scale-mode.") + "Current remapping cookie for `text-scale-mode'.") (defvar-local text-scale-mode-lighter "+0" - "Lighter displayed for text-scale-mode in mode-line minor-mode list.") + "Lighter displayed for `text-scale-mode' in mode-line minor-mode list.") (defvar-local text-scale-mode-amount 0 - "Number of steps that text-scale-mode will increase/decrease text height.") + "Number of steps that `text-scale-mode' will increase/decrease text height.") (defvar-local text-scale-remap-header-line nil "If non-nil, text scaling may change font size of header lines too.") @@ -352,7 +349,7 @@ See `text-scale-increase' for more details." INC may be passed as a numeric prefix argument. The actual adjustment made depends on the final component of the -key-binding used to invoke the command, with all modifiers removed: +keybinding used to invoke the command, with all modifiers removed: +, = Increase the height of the default face by one step - Decrease the height of the default face by one step |