diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-11 07:10:02 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-11 07:10:02 +0100 |
commit | 19233f650168b8298075d7ae330dbeda9748b57d (patch) | |
tree | db151252b4e372d14f5344588bc90817c870de86 | |
parent | b3318193021ab47c51910dcececde2add881653f (diff) | |
download | emacs-19233f650168b8298075d7ae330dbeda9748b57d.tar.gz emacs-19233f650168b8298075d7ae330dbeda9748b57d.tar.bz2 emacs-19233f650168b8298075d7ae330dbeda9748b57d.zip |
; * etc/NEWS: Fix wording in recent entry.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ the 'variable-pitch' face, or add this to your "~/.emacs": +++ ** Emacs now comes with optional built-in support for sqlite3. -This allows you to examine/manipulate sqlite3 databases. +This allows you to examine and manipulate sqlite3 databases. ** New command 'sqlite-mode-open-file' for examining an sqlite3 file. This uses the new 'sqlite-mode' which allows listing the tables |