branch: externals/ess
commit cf5c97bc68432c6d40b85803a5ce32b4f456fab2
Author: musvaage <112724366+musva...@users.noreply.github.com>
Commit: Martin Mächler <maech...@stat.math.ethz.ch>

    escape
---
 lisp/ess-custom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ess-custom.el b/lisp/ess-custom.el
index 32e69eaf6b..1276e7f0e9 100644
--- a/lisp/ess-custom.el
+++ b/lisp/ess-custom.el
@@ -329,7 +329,7 @@ process. If a symbol, the symbol's value should be a 
directory.
 For example, the following setting would always start the process
 in the directory of the current file:
 
-   (setq ess-startup-directory 'default-directory)
+   (setq ess-startup-directory \\='default-directory)
 
 If `ess-startup-directory' is nil (the default) and
 `ess-startup-directory-function' is non-nil, the value returned

Reply via email to