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 /src/ChangeLog.10 | |
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 'src/ChangeLog.10')
-rw-r--r-- | src/ChangeLog.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 19adb22b869..1b77eaf5803 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -3264,7 +3264,7 @@ * w32term.c (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find the dimensions of the screen work area, and adjust vertical position of the frame in order to avoid being - covered by the task bar. + covered by the taskbar. * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW instead of f->top_pos in the call to |