Liking cljdoc? Tell your friends :D

dk.salza.liq.editor


add-commandclj

(add-command fun)
source

add-fileclj

(add-file f)
source

add-interactiveclj

(add-interactive label fun & arglabels)
source

add-searchpathclj

(add-searchpath s)
source

add-snippetclj

(add-snippet s)
source

add-to-settingclj

(add-to-setting keyw entry)
source

add-windowclj

(add-window window)
source

backward-charclj

(backward-char)
(backward-char amount)
source

backward-lineclj

(backward-line)
source

beginning-of-bufferclj

(beginning-of-buffer)
source

beginning-of-lineclj

(beginning-of-line)
source

buffer-namesclj

(buffer-names)
source

clearclj

(clear)
source

context-actionclj

(context-action)
source

copy-lineclj

(copy-line)
source

copy-selectionclj

(copy-selection)
source

current-bufferclj

(current-buffer)
source

current-windowclj

(current-window)
source

default-modeclj

source

deleteclj

(delete)
(delete amount)
source

delete-charclj

(delete-char)
source

delete-lineclj

(delete-line)
source

delete-selectionclj

(delete-selection)
source

doto-bufferclj

(doto-buffer fun & args)

Apply the given function to the top-most buffer.

Apply the given function to the top-most buffer.
sourceraw docstring

editorclj

source

end-of-bufferclj

(end-of-buffer)
source

end-of-buffer?clj

(end-of-buffer?)
source

end-of-lineclj

(end-of-line)
source

escapeclj

(escape)
source

eval-last-sexpclj

(eval-last-sexp)
source

eval-safeclj

(eval-safe fun)
source

eval-sexpclj

(eval-sexp sexp)
source

evaluate-fileclj

(evaluate-file)
(evaluate-file filepath)
source

evaluate-file-rawclj

(evaluate-file-raw)
(evaluate-file-raw filepath)
source

find-fileclj

(find-file filepath)
source

find-nextclj

(find-next)
(find-next search)
source

forward-charclj

(forward-char)
(forward-char amount)
source

forward-lineclj

(forward-line)
source

forward-pageclj

(forward-page)
source

forward-wordclj

(forward-word)
source

get-actionclj

(get-action keyw)
source

get-available-functionsclj

(get-available-functions)
source

get-bufferclj

(get-buffer name)
source

get-contentclj

(get-content)
source

get-contextclj

(get-context)
source

get-filenameclj

(get-filename)
source

get-folderclj

(get-folder)
source

get-lineclj

(get-line)
source

get-modeclj

(get-mode)
source

get-nameclj

(get-name)
source

get-pointclj

(get-point)
source

get-selectionclj

(get-selection)
source

get-visible-contentclj

(get-visible-content)
source

get-windowsclj

(get-windows)
source

goto-definitionclj

(goto-definition funname)
source

handle-inputclj

(handle-input keyw)
source

initclj

(init)
source

insertclj

(insert string)
source

insert-lineclj

(insert-line)
source

kill-bufferclj

(kill-buffer)
source

macro-recordclj

source

macro-seqclj

source

new-bufferclj

(new-buffer name)
source

other-windowclj

(other-window)
source

pasteclj

(paste)
source

previous-bufferclj

(previous-buffer)
source

previous-real-bufferclj

(previous-real-buffer)
source

prompt-appendclj

(prompt-append string)
source

prompt-inputclj

(prompt-input string)
source

prompt-setclj

(prompt-set string)
source

record-macroclj

(record-macro)
source

remove-bufferclj

(remove-buffer buffername)
source

replace-charclj

(replace-char s)
source

run-macroclj

(run-macro)
source

save-fileclj

(save-file)
source

(search)
source

searchstringclj

source

select-sexp-at-pointclj

(select-sexp-at-point)
source

selection-cancelclj

(selection-cancel)
source

selection-setclj

(selection-set)
source

selection-toggleclj

(selection-toggle)
source

set-default-modeclj

(set-default-mode mode)
source

set-modeclj

(set-mode mode)
source

settingclj

(setting keyw)
source

sexp-at-pointclj

(sexp-at-point)
source

submapclj

source

swap-actionmappingclj

(swap-actionmapping)
source

swap-line-downclj

(swap-line-down)
source

swap-line-upclj

(swap-line-up)
source

switch-to-bufferclj

(switch-to-buffer buffername)
source

tmp-do-macroclj

(tmp-do-macro)
source

tmp-testclj

(tmp-test)
source

top-align-pageclj

(top-align-page)
source

undoclj

(undo)
source

update-mem-colclj

(update-mem-col)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close