Fix typos in docstrings, error messages, etc.
This commit is contained in:
parent
33972e8014
commit
db9e401b3b
20 changed files with 235 additions and 148 deletions
|
@ -644,7 +644,7 @@ SORT-PRED if desired."
|
|||
;; Lets create the chart!
|
||||
(chart-bar-quickie 'vertical "Files Extension Distribution"
|
||||
extlst "File Extensions"
|
||||
cntlst "# of occurances"
|
||||
cntlst "# of occurrences"
|
||||
10
|
||||
'(lambda (a b) (> (cdr a) (cdr b))))
|
||||
))
|
||||
|
@ -740,9 +740,9 @@ SORT-PRED if desired."
|
|||
(setcar cell (1+ (car cell))))
|
||||
(setq nmlst (cons nam nmlst)
|
||||
cntlst (cons 1 cntlst))))))
|
||||
(chart-bar-quickie 'vertical "Username Occurance in RMAIL box"
|
||||
(chart-bar-quickie 'vertical "Username Occurrence in RMAIL box"
|
||||
nmlst "User Names"
|
||||
cntlst "# of occurances"
|
||||
cntlst "# of occurrences"
|
||||
10
|
||||
'(lambda (a b) (> (cdr a) (cdr b))))
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue