aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 20:47:11 -0800
committerGlenn Morris2011-02-22 20:47:11 -0800
commit86485587de779e7e7474bea48ea16f8ba3313fc4 (patch)
tree96fe19a63aa16359a43d7d9224e9db1d1427f78f
parenta94a2b9be3445aaea447d4e6f6483b1afc9ea910 (diff)
downloademacs-86485587de779e7e7474bea48ea16f8ba3313fc4.tar.gz
emacs-86485587de779e7e7474bea48ea16f8ba3313fc4.zip
* etc/NEWS: Typo fixes.
-rw-r--r--etc/NEWS15
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f0d95dee846..217f5ab1d70 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -330,7 +330,7 @@ prompts for a number to count from and for a format string.
330** The Landmark game is now invoked with `landmark', not `lm'. 330** The Landmark game is now invoked with `landmark', not `lm'.
331 331
332** Prolog mode has been completely revamped, with lots of additional 332** Prolog mode has been completely revamped, with lots of additional
333functionality such as more intelligent indentation, electricty, support for 333functionality such as more intelligent indentation, electricity, support for
334more variants, including Mercury, and a lot more. 334more variants, including Mercury, and a lot more.
335 335
336** shell-mode can track your cwd by reading it from your prompt. 336** shell-mode can track your cwd by reading it from your prompt.
@@ -532,7 +532,7 @@ objects shown and the details available are product specific.
532**** List all objects. 532**** List all objects.
533Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all 533Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all
534objects" will list all the objects in the database. At a minimum it 534objects" will list all the objects in the database. At a minimum it
535lists the tables and views in the database. Preceeding the command by 535lists the tables and views in the database. Preceding the command by
536universal argument may provide additional details or extend the 536universal argument may provide additional details or extend the
537listing to include other schemas objects. The list will appear in a 537listing to include other schemas objects. The list will appear in a
538separate window in view-mode. 538separate window in view-mode.
@@ -540,7 +540,7 @@ separate window in view-mode.
540**** List Table details. 540**** List Table details.
541Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table 541Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table
542details" will ask for the name of a database table or view and display 542details" will ask for the name of a database table or view and display
543the list of columns in the relation. Preceeding the comand with the 543the list of columns in the relation. Preceding the command with the
544universal argument may provide additional details about each column. 544universal argument may provide additional details about each column.
545The list will appear in a separate window in view-mode. 545The list will appear in a separate window in view-mode.
546 546
@@ -555,7 +555,7 @@ In general, the SQL*Plus option SCAN should always be set OFF under
555SQL interactive mode and this option used in its place. 555SQL interactive mode and this option used in its place.
556 556
557*** SQL interactive mode will replace tabs with spaces. 557*** SQL interactive mode will replace tabs with spaces.
558This prevents the comand interpretter for MySQL and Postgres from 558This prevents the command interpreter for MySQL and Postgres from
559listing object name completions when being sent text via 559listing object name completions when being sent text via
560`sql-send-*' functions. 560`sql-send-*' functions.
561 561
@@ -564,7 +564,7 @@ listing object name completions when being sent text via
564** sregex.el is now obsolete, since rx.el is a strict superset. 564** sregex.el is now obsolete, since rx.el is a strict superset.
565 565
566** s-region.el and pc-select are now declared obsolete, 566** s-region.el and pc-select are now declared obsolete,
567superceded by shift-select-mode enabled by default in 23.1. 567superseded by shift-select-mode enabled by default in 23.1.
568** pc-mode.el is also declared obsolete. 568** pc-mode.el is also declared obsolete.
569** gdb-mi 569** gdb-mi
570 570
@@ -802,10 +802,9 @@ displayed with a "spinning bar".
802runtime checks. 802runtime checks.
803 803
804** New configure.bat option --distfiles to specify files to be 804** New configure.bat option --distfiles to specify files to be
805 included in binary distribution 805included in binary distribution
806 806
807** New make target `dist' to create binary disttribution for Windows 807** New make target `dist' to create binary distribution for MS Windows
808 platform
809 808
810 809
811---------------------------------------------------------------------- 810----------------------------------------------------------------------