diff options
| author | Paul Eggert | 2017-07-08 08:42:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-07-08 08:42:28 -0700 |
| commit | efaf14859ae984f17731a7471fcb9acd84f7babb (patch) | |
| tree | c04821ca113d599a0de4d0ef8084c479e6e20cdb | |
| parent | b7dab24b7953f7a31b806f83e15043c94aaa7745 (diff) | |
| download | emacs-efaf14859ae984f17731a7471fcb9acd84f7babb.tar.gz emacs-efaf14859ae984f17731a7471fcb9acd84f7babb.zip | |
* 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." | |||
| 613 | (choice | 613 | (choice |
| 614 | (const :tag "Disregard narrowing when calculating line numbers" | 614 | (const :tag "Disregard narrowing when calculating line numbers" |
| 615 | :value t) | 615 | :value t) |
| 616 | (const :tag "Count lines from beinning of narrowed region" | 616 | (const :tag "Count lines from beginning of narrowed region" |
| 617 | :value nil)) | 617 | :value nil)) |
| 618 | "26.1") | 618 | "26.1") |
| 619 | ;; xfaces.c | 619 | ;; xfaces.c |