diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-27 06:30:20 +0200 |
commit | 7da754015f15642b884e11a9b9abeaec838b0c4a (patch) | |
tree | fef8e24d70b28d6bb5a3d7884c00e4daa4bb75a8 /lisp/textmodes/dns-mode.el | |
parent | bb0317442b4d62108ca40cc396f5ced467c55f25 (diff) | |
parent | 9283508fb282cbd51b9376f17b5347246daf74f2 (diff) | |
download | emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.gz emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.tar.bz2 emacs-7da754015f15642b884e11a9b9abeaec838b0c4a.zip |
Merge from origin/emacs-28
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/textmodes/dns-mode.el')
-rw-r--r-- | lisp/textmodes/dns-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el index dc26a3c1b7f..d4acbe24ebb 100644 --- a/lisp/textmodes/dns-mode.el +++ b/lisp/textmodes/dns-mode.el @@ -165,7 +165,7 @@ manually with \\[dns-mode-soa-increment-serial]." ;;;###autoload (define-derived-mode dns-mode text-mode "DNS" "Major mode for viewing and editing DNS master files. -This mode is inherited from text mode. It add syntax +This mode is derived from text mode. It adds syntax highlighting, and some commands for handling DNS master files. Its keymap inherits from `text-mode' and it has the same variables for customizing indentation. It has its own abbrev |