aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-R.el
diff options
context:
space:
mode:
authorStefan Kangas2020-12-19 17:35:50 +0100
committerStefan Kangas2020-12-19 18:21:06 +0100
commitf88a7897a80ee9129bdc444cafff32d026c4b6d8 (patch)
treecf1ac40751a6be1f29561dd73ca4ec7a383cf056 /lisp/org/ob-R.el
parent5ab5c3898778406103e7183bf41c7d018077092b (diff)
downloademacs-f88a7897a80ee9129bdc444cafff32d026c4b6d8.tar.gz
emacs-f88a7897a80ee9129bdc444cafff32d026c4b6d8.zip
Shorten over-wide docstrings in variables
* lisp/cedet/semantic/util-modes.el (semantic-highlight-func-popup-menu): * lisp/emacs-lisp/elint.el (elint-top-form-logged): * lisp/erc/erc-dcc.el (erc-dcc-list): * lisp/expand.el (expand-pos): * lisp/font-lock.el (cpp-font-lock-keywords-source-depth): * lisp/gnus/gnus-sum.el (gnus-sort-gathered-threads-function): * lisp/gnus/message.el (message-cite-style-thunderbird): * lisp/gnus/nnmh.el (nnmh-be-safe): * lisp/gnus/nntp.el (nntp-open-telnet-envuser): * lisp/international/mule-cmds.el (current-transient-input-method): * lisp/net/tramp.el (tramp-file-name-structure): * lisp/org/ob-R.el (org-babel-R-write-object-command): * lisp/org/org-attach.el (org-attach-after-change-hook): * lisp/org/org.el (org-stamp-time-of-day-regexp): * lisp/progmodes/elisp-mode.el (elisp-xref-find-def-functions): * lisp/progmodes/ruby-mode.el (ruby-block-mid-re): * lisp/progmodes/verilog-mode.el (verilog-cache-enabled): * lisp/term.el (term-scroll-end): * lisp/textmodes/table.el (table-command-remap-alist) (table-inhibit-auto-fill-paragraph, table-command-remap-alist): * lisp/vc/ediff-diff.el (ediff-ignore-similar-regions): * lisp/vc/ediff-wind.el (ediff-mouse-pixel-threshold): * lisp/vc/smerge-mode.el (smerge-refine-ignore-whitespace): * lisp/vc/vc.el (vc-log-short-style): * lisp/view.el (view-exit-action): Shorten doc strings to not exceed 80-column limits. (Bug#44858)
Diffstat (limited to 'lisp/org/ob-R.el')
-rw-r--r--lisp/org/ob-R.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-R.el b/lisp/org/ob-R.el
index 5e9d35f58e2..b4cf360730d 100644
--- a/lisp/org/ob-R.el
+++ b/lisp/org/ob-R.el
@@ -361,7 +361,7 @@ Each member of this list is a list with three members:
361 ) 361 )
362 } 362 }
363}(object=%s,transfer.file=\"%s\")" 363}(object=%s,transfer.file=\"%s\")"
364 "A template for an R command to evaluate a block of code and write the result to a file. 364 "Template for an R command to evaluate a block of code and write result to file.
365 365
366Has four %s escapes to be filled in: 366Has four %s escapes to be filled in:
3671. Row names, \"TRUE\" or \"FALSE\" 3671. Row names, \"TRUE\" or \"FALSE\"