diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-11-04 09:46:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-11-04 09:46:49 -0800 |
commit | a9f1618de84c72516aae1c4d054d44d2b36750d2 (patch) | |
tree | efa237f59581b0a6fb45e8da711a606f5e6b85f7 /lisp/mouse.el | |
parent | f3e25d69b0fc9e3a594e2087b30f610514db39b1 (diff) | |
download | emacs-a9f1618de84c72516aae1c4d054d44d2b36750d2.tar.gz |
Spelling fixes; tweak explanation of commit messages.
* admin/notes/repo: Avoid "DVCS" acronym without first explaining it.
Mention using the first line of a ChangeLog as the topic line, and
that commit messages should use UTF-8.
* lisp/mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 4f7a804b386..800db63aff6 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -450,7 +450,7 @@ must be one of the symbols `header', `mode', or `vertical'." (setq position (+ (window-pixel-top posn-window) position)) ;; If necessary, add height of header line to `position' (when (memq (posn-area start) - '(nil left-fringe right-frings left-margin right-margin)) + '(nil left-fringe right-fringe left-margin right-margin)) (setq position (+ (window-header-line-height posn-window) position)))) ;; When the cursor overshoots after shrinking a window to its ;; minimum size and the dragging direction changes, have the |