diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-08 08:42:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-08 08:42:28 -0700 |
commit | efaf14859ae984f17731a7471fcb9acd84f7babb (patch) | |
tree | c04821ca113d599a0de4d0ef8084c479e6e20cdb | |
parent | b7dab24b7953f7a31b806f83e15043c94aaa7745 (diff) | |
download | emacs-efaf14859ae984f17731a7471fcb9acd84f7babb.tar.gz |
* lisp/cus-start.el (standard): Spelling fix.
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 017e7f9fa55..e0290395ade 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -613,7 +613,7 @@ since it could result in memory overflow and make Emacs crash." (choice (const :tag "Disregard narrowing when calculating line numbers" :value t) - (const :tag "Count lines from beinning of narrowed region" + (const :tag "Count lines from beginning of narrowed region" :value nil)) "26.1") ;; xfaces.c |