diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-21 16:23:35 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-21 16:23:35 +0000 |
| commit | be5fbff54b308d422df9bca333d3e391df12f29e (patch) | |
| tree | 953693f97a1b2df37df6962d1bcfd2cd4bb6080f | |
| parent | d26fbe1a8e749b9faa85f9e6d5a5abcf8cae6c96 (diff) | |
| download | emacs-be5fbff54b308d422df9bca333d3e391df12f29e.tar.gz | |
* term/ns-win.el: Standardize references to "Nextstep" in
comments, messages, and docstrings.
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59760e276c3..4786b3461ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-07-21 Chong Yidong <cyd@stupidchicken.com> + + * term/ns-win.el: Standardize references to "Nextstep" in + comments, messages, and docstrings. + (ns-handle-args, x-parse-geometry) + (ns-extended-platform-support-mode, x-setup-function-keys) + (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p) + (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors) + (ns-initialized, ns-initialize-window-system): Doc fixes. + 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org> * diff-mode.el (diff-auto-refine): Delete defcustom. |
