diff --git a/doc/nano.texi b/doc/nano.texi index 9840c83c..b74fe9e8 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -718,10 +718,6 @@ numbered one every time a file is saved --- when backups are enabled with @code{set backup} or @option{--backup} or @option{-B}. The uniquely numbered files are stored in the specified directory. -@item set backwards -Obsolete option. Recognized but ignored. @code{^Q} is available to -start a backward search. - @item set boldtext Use bold instead of reverse video for the title bar, status bar, key combos, function tags, line numbers, and selected text. This can be overridden by diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 9e164221..3351f0a6 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -80,10 +80,6 @@ numbered one every time a file is saved -- when backups are enabled with \fBset backup\fR or \fB\-\-backup\fR or \fB\-B\fR. The uniquely numbered files are stored in the specified \fIdirectory\fR. .TP -.B set backwards -Obsolete option. Recognized but ignored. \fB^Q\fR is available to -start a backward search. -.TP .B set boldtext Use bold instead of reverse video for the title bar, status bar, key combos, function tags, line numbers, and selected text. This can be overridden by diff --git a/src/rcfile.c b/src/rcfile.c index 42fc84a1..640b36aa 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -94,7 +94,6 @@ static const rcoption rcopts[] = { {"autoindent", AUTOINDENT}, {"backup", BACKUP_FILE}, {"backupdir", 0}, - {"backwards", BACKWARDS_SEARCH}, {"casesensitive", CASE_SENSITIVE}, {"cut", CUT_FROM_CURSOR}, /* deprecated form, remove end of 2018 */ {"cutfromcursor", CUT_FROM_CURSOR},