aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-05-21 13:41:43 -0700
committerPaul Eggert2017-05-21 13:42:36 -0700
commit140aefc341da9cc865971d393071be029ff8b3c5 (patch)
treea5bea6cf453a421ae1355d4fa4dc62f70780b669
parentb69f6a779a65f1f3e0963d6fd280ae95970f5325 (diff)
downloademacs-140aefc341da9cc865971d393071be029ff8b3c5.tar.gz
emacs-140aefc341da9cc865971d393071be029ff8b3c5.zip
; Spelling fix
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 0b4c3bda80f..0e6ffc275ed 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -376,7 +376,7 @@ displayed in `mode-line-position', a component of the default
376 (-3 "%o")) 376 (-3 "%o"))
377 (const :tag "\"%p\": Percentage offset of top of window" 377 (const :tag "\"%p\": Percentage offset of top of window"
378 (-3 "%p")) 378 (-3 "%p"))
379 (const :tag "\"%P\": Precentage offset of bottom of window" 379 (const :tag "\"%P\": Percentage offset of bottom of window"
380 (-3 "%P")) 380 (-3 "%P"))
381 (const :tag "\"%q\": Offsets of both top and bottom of window" 381 (const :tag "\"%q\": Offsets of both top and bottom of window"
382 (6 "%q"))) 382 (6 "%q")))