diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-08 20:47:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-08 20:47:30 -0400 |
commit | 01058f734a96e6da949c200fb908f06ab8a74909 (patch) | |
tree | 86754bde01390f2e4078714e23eee32be7faec64 /nt | |
parent | 285dc437722044fe106f48d202607e4373d795ee (diff) | |
download | emacs-01058f734a96e6da949c200fb908f06ab8a74909.tar.gz |
Doc tweaks
* doc/lispref/frames.texi (Multiple Terminals): Copyedits.
* lisp/frame.el (display-monitor-attributes-list): Doc tweaks.
* nt/README.W32, src/ChangeLog.10, src/w32term.c:
Standardize on "taskbar" rather than "task bar", since that is what
most references seem to use; e.g.
http://en.wikipedia.org/wiki/Taskbar
http://windows.microsoft.com/en-us/windows7/products/features/windows-taskbar
Diffstat (limited to 'nt')
-rw-r--r-- | nt/README.W32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/README.W32 b/nt/README.W32 index c4e4cf351d4..c73b3b3ad09 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -220,7 +220,7 @@ See the end of the file for license conditions. key in HKEY_CURRENT_USER. Just delete the whole Software\GNU\Emacs key. - The Start menu entry can be removed by right-clicking on the Task bar + The Start menu entry can be removed by right-clicking on the Taskbar and selecting Properties, then using the Remove option on the Start Menu Programs page. (If you installed under an account with administrator privileges, then you need to click the Advanced button |