]> git.wh0rd.org Git - nano.git/commitdiff
Documenting the --enable-altrcname configure option.
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 25 Jan 2016 20:38:10 +0000 (20:38 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Mon, 25 Jan 2016 20:38:10 +0000 (20:38 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/texinfo/nano.texi

index 70f1b985dd164d4f8789331d8f9cff6919f49e57..4147e1f51682a8bd5d3e2961b62ab118409d6aec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2016-01-25  Benno Schulenberg  <bensberg@justemail.net>
        * src/files.c (update_poshistory): Handle an update of the first
        element correctly.
+       * doc/texinfo/nano.texi: Document the --enable-altrcname option.
+       The lack of this was pointed out by Frank.
 
 2016-01-24  Benno Schulenberg  <bensberg@justemail.net>
        * src/files.c (update_poshistory): Move an updated item to the end
index 6fb84155f7ae8e33f196fc0ae7842ba6148b8735..38a176894221a54c9b8d867f1fad6806ee0a6873 100644 (file)
@@ -1459,6 +1459,10 @@ Disable support for reading and writing Unicode files.  Normally the
 configure script auto-detects whether to enable UTF-8 support or not.
 You can use this or the previous option to override that detection.
 
+@item --enable-altrcname=@var{name}
+Use the file with the given @var{name} (in the user's home directory)
+as nano's settings file, instead of the default @code{.nanorc}.
+
 @item --with-slang
 Compile @code{nano} against Slang instead of against ncurses or other
 curses libraries.