@@ -72,9 +72,9 @@ Fetching happens once per new ESSR version. The archive is stored
7272in ~/.config/ESSR/ESSRv[VERSION].rds file. You can download and
7373place it there manually if the remote has restricted network
7474access."
75- :type '(choice (const nil :tag " Never" )
76- (const ess-remote :tag " With ess-remote only" )
77- (const t :tag " Always" ))
75+ :type '(choice (const :tag " Never" nil )
76+ (const :tag " With ess-remote only" ess-remote )
77+ (const :tag " Always" t ))
7878 :group 'ess-R )
7979
8080; ; Silence the byte compiler
@@ -573,7 +573,7 @@ blocking commands will throw an error.")
573573
574574;;;### autoload
575575(defun run-ess-r (&optional start-args )
576- " Call 'R ', the 'GNU S' system from the R Foundation.
576+ " Call \\= 'R \\= ', the \\= 'GNU S\\= ' system from the R Foundation.
577577Optional prefix (\\ [universal-argument]) allows to set command line arguments, such as
578578--vsize. This should be OS agnostic.
579579If you have certain command line arguments that should always be passed
@@ -2918,10 +2918,10 @@ needed."
29182918(defun ess-rutils-html-docs (&optional remote )
29192919 " Use `browse-url' to navigate R html documentation.
29202920Documentation is produced by a modified help.start(), that
2921- returns the URL produced by GNU R's http server. If called with a
2921+ returns the URL produced by GNU R\\= 's http server. If called with a
29222922prefix, the modified help.start() is called with update=TRUE. The
29232923optional REMOTE argument should be a string with a valid URL for
2924- the 'R_HOME' directory on a remote server (defaults to NULL)."
2924+ the \\= 'R_HOME\\= ' directory on a remote server (defaults to NULL)."
29252925 (interactive )
29262926 (let* ((update (if current-prefix-arg " update=TRUE" " update=FALSE" ))
29272927 (remote (if (or (and remote (not (string= " " remote))))
0 commit comments