From 6d70ab11d6b741237f8be1ce851a907746b38edf Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 2 Apr 2017 13:26:53 +0200
Subject: [PATCH] docs: mention another difference with Pico in the Info
 document

---
 doc/nano.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/nano.texi b/doc/nano.texi
index 0f9713f9..4e68943b 100644
--- a/doc/nano.texi
+++ b/doc/nano.texi
@@ -1428,6 +1428,13 @@ it can also be appended or prepended to an existing file.
 When using the Read-File key (^R), @code{nano} can not just read a file,
 it can also read the output of a command to be run (^X).
 
+@item Reading from Working Directory
+By default, Pico will read files from the user's home directory (when
+using ^R), but it will write files to the current working directory
+(when using ^O).  @code{nano} makes this symmetrical: always reading
+from and writing to the current working directory --- the directory
+that @code{nano} was started in.
+
 @item File Browser
 In the file browser, @code{nano} does not implement the Add, Copy,
 Rename, and Delete commands that Pico provides.  In @code{nano} the
-- 
GitLab